Doors Batch server length limit

I am using doors in batch mode, sending the request to doors batch ipc server.
If the request length is more than 2000 bytes then that request is truncated , and thus that makes invalid dxl script.

so can you guide how to send request to doors batch server with more length.

Thanks,
Hardik Shah
SystemAdmin - Wed Sep 07 11:06:37 EDT 2011

Re: Doors Batch server length limit
SystemAdmin - Wed Sep 07 11:24:57 EDT 2011

Write the request DXL code to a file and then send a "#include <path_to_written_file>" to the doors batch ipc server.

Re: Doors Batch server length limit
llandale - Wed Sep 07 14:14:47 EDT 2011

SystemAdmin - Wed Sep 07 11:24:57 EDT 2011
Write the request DXL code to a file and then send a "#include <path_to_written_file>" to the doors batch ipc server.

A ghost from the past....

Target may look like this:
"C:\Program Files\IBM\Rational\DOORS\9.2\bin\doors.exe" -u Administrator -P "mypassword" -b "C:\Doors-Stuff\DXL-Local\Ready\Archive_DataBase-Batch.dxl"

Now that I look at that, you cannot add "code" to the "-b" switch you MUST put in a file name. Its the "-D" or "-dxl" switch that excepts code allowing you to use "#include".

For Batch use the batch switch "-b" but I'm a little brain dead right now as to why that matters.

  • Louie